'Declaration
<DispIdAttribute(63)> Function GetTextLineValue( _ ByVal OCRResultID As String, _ ByVal TextLineIdx As Integer _ ) As String
[DispId(63)] string GetTextLineValue( string OCRResultID, int TextLineIdx )
function GetTextLineValue( OCRResultID: String; TextLineIdx: Integer ): String;
DispIdAttribute(63) function GetTextLineValue( OCRResultID : String, TextLineIdx : int ) : String;
[DispId(63)] string* GetTextLineValue( string* OCRResultID, int TextLineIdx )
[DispId(63)] String^ GetTextLineValue( String^ OCRResultID, int TextLineIdx )
Parameters
- OCRResultID
- TextLineIdx